internal/runtime/maps.Map.putSlotSmallFast64 (method)

2 uses

	internal/runtime/maps (current package)
		runtime_fast64.go#L155: func (m *Map) putSlotSmallFast64(typ *abi.MapType, hash uintptr, key uint64) unsafe.Pointer {
		runtime_fast64.go#L222: 			elem := m.putSlotSmallFast64(typ, hash, key)